@charset "UTF-8";
.list-three {
  width: 100%;
}
.list-three > ul {
  overflow: hidden;
}
.list-three > ul > li {
  width: 31.66666667%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 40px;
}
.list-three > ul > li:nth-child(3n+1) {
  margin-left: 0;
}
.list-three a.img-fa {
  display: block;
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.list-three a.img-fa img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.list-three a.img-fa:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.list-three a.list-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background-color: #184ca0;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-three a.list-title:hover {
  text-decoration: none;
  color: #9df86d;
}
section.list-news-title-time {
  width: 100%;
  background-color: #f4f4f4;
  padding-top: 23px;
}
section.list-news-title-time h3 {
  font-size: 16px;
  line-height: 30px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.list-news-title-time h3 a {
  color: #333333;
}
section.list-news-title-time h3 a:hover {
  color: #ff0000;
  text-decoration: none;
}
section.list-news-title-time span.time {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #cccccc;
}
section.list-news-title-time p {
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
section.list-news-title-time a.details {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #666666;
  text-align: left;
}
section.list-news-title-time a.details:hover {
  text-decoration: none;
  color: #ff0000;
}
section.list-news-title-2 {
  overflow: hidden;
}
section.list-news-title-2 h2 {
  font-size: 18px;
  line-height: 32px;
  color: #1e7ecf;
  float: left;
}
section.list-news-title-2 a.l-more {
  display: block;
  font-size: 12px;
  line-height: 32px;
  color: #cccccc;
  float: right;
}
section.list-news-title-2 a.l-more:hover {
  text-decoration: none;
  color: #ff0000;
}
section.list-news-list-time {
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
}
section.list-news-list-time h3 {
  font-size: 16px;
  line-height: 25px;
  color: #184ca0;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.list-news-list-time h3 a {
  color: #184ca0;
}
section.list-news-list-time h3 a:hover {
  color: #3270d3;
  text-decoration: none;
}
section.list-news-list-time p {
  font-size: 12px;
  line-height: 25px;
  color: #666666;
  height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
section.list-news-list-time a.details {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 30px;
  background-color: #0a3a86;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
}
section.list-news-list-time a.details:hover {
  text-decoration: none;
  border-color: #9df86d;
  color: #0a3a86;
  background-color: #ffffff;
}
section.list-news-list {
  margin-top: 15px;
  min-height: 200px;
}
section.list-news-list li {
  overflow: hidden;
}
section.list-news-list li a {
  display: block;
  width: 80%;
  font-size: 14px;
  line-height: 30px;
  color: #333333;
  float: left;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
section.list-news-list li a:before {
  content: "●";
  color: #666666;
  position: absolute;
  left: 0;
  top: 0;
}
section.list-news-list li a:hover {
  color: #ff0000;
  text-decoration: none;
}
section.list-news-list li span {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #666666;
  float: right;
}
.list-four {
  width: 100%;
}
.list-four ul {
  overflow: hidden;
}
.list-four li {
  width: 23.5%;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px;
}
.list-four li:nth-child(4n+1) {
  margin-left: 0;
}
.list-four a.img-fa {
  display: block;
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.list-four a.img-fa img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.list-four a.img-fa:hover img {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.list-four a.list-title {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  background-color: #184ca0;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list-four a.list-title:hover {
  text-decoration: none;
  color: #ff0000;
}
figure.graphic {
  overflow: hidden;
}
figure.graphic figcaption {
  height: 300px;
  overflow: hidden;
  float: left;
  width: 64.17%;
  position: relative;
}
figure.graphic figcaption > h2 {
  width: 45px;
  height: 90px;
  border: 1px solid #ffffff;
  padding: 15px 0 0 17px;
}
figure.graphic figcaption > h2 span,
figure.graphic figcaption > h2 i {
  display: inline-block;
  line-height: 33px;
  color: #ffffff;
  background-color: #184ca0;
  width: 150px;
  font-weight: normal;
  text-transform: uppercase;
}
figure.graphic figcaption > h2 span {
  font-size: 23px;
}
figure.graphic figcaption > h2 i {
  font-size: 15px;
  font-style: normal;
}
figure.graphic figcaption > p {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 20px 0 0;
}
figure.graphic figcaption > p span,
figure.graphic figcaption > p a {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
}
figure.graphic figcaption > p a:hover {
  text-decoration: none;
  color: #ff0000;
}
figure.graphic figcaption > p span {
  position: relative;
}
figure.graphic figcaption > p span:before,
figure.graphic figcaption > p span:after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: -20px;
}
figure.graphic figcaption > p span:before {
  width: 40px;
  height: 1px;
}
figure.graphic figcaption > p span:after {
  width: 1px;
  height: 40px;
}
figure.graphic figcaption > section {
  margin-top: 30px;
  height: 175px;
}
figure.graphic figcaption > section p {
  font-size: 12px;
  line-height: 25px;
  color: #ffffff;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
figure.graphic > img {
  width: 33.33%;
  height: 300px;
  float: right;
  overflow: hidden;
}
figure.graphic-2 {
  overflow: hidden;
  margin: 0;
}
figure.graphic-2 figcaption {
  border: 1px solid #cccccc;
  padding: 38px 48px 50px 40px;
  width: 48.4%;
  height: 350px;
  float: right;
}
figure.graphic-2 figcaption > h2 {
  font-size: 24px;
  line-height: 30px;
  color: #cccccc;
  font-weight: normal;
  margin-bottom: 15px;
}
figure.graphic-2 figcaption > section {
  height: 180px;
  text-overflow: ellipsis;
  overflow: hidden;
}
figure.graphic-2 figcaption > section p {
  font-size: 12px;
  line-height: 20px;
  color: #cccccc;
}
figure.graphic-2 figcaption a.more {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #000000;
  background-color: #cccccc;
  padding: 0 30px;
}
figure.graphic-2 figcaption a.more:hover {
  background-color: #ffffff;
  color: #ff0000;
  text-decoration: none;
}
figure.graphic-2 > img {
  width: 48.5%;
}
.menu-level-1 {
  *zoom: 1;
}
.menu-level-1:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.menu-level-1 > li {
  float: left;
  margin: 0 15px;
  position: relative;
}
.menu-level-1 > li > a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  color: #333333;
}
.menu-level-1 > li > a:hover {
  text-decoration: none;
  color: #bd2e30;
}
.menu-level-1 > li:hover .menu-level-2 {
  display: block;
}
.menu-level-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}
.menu-level-2 > li {
  width: 100%;
  position: relative;
}
.menu-level-2 > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 20px 10px;
  background-color: #ffffff;
}
.menu-level-2 > li > a:hover {
  background-color: #bd2e30;
  color: #ffffff;
  text-decoration: none;
}
.menu-level-2 > li:hover .menu-level-3 {
  display: block;
}
.menu-level-3 {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 101;
}
.menu-level-3 > li {
  width: 100%;
}
.menu-level-3 > li > a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  padding: 20px 10px;
  display: block;
  background-color: #ffffff;
}
.menu-level-3 > li > a:hover {
  background-color: #bd2e30;
  text-decoration: none;
  color: #ffffff;
}
.customer-list li {
  margin: 0 1.25% 30px 1.25%;
  width: 14.58%;
  float: left;
}
.customer-list li:nth-child(6n+1) {
  margin-left: 0;
}
.customer-list li:nth-child(6n) {
  margin-right: 0;
}
.customer-list li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.customer-list li a {
  display: block;
  height: 117px;
}
.customer-list li img {
  width: 100%;
  height: 100%;
}
